saveToArchive

abstract suspend fun saveToArchive(blocks: List<DesignBlock>): ByteBuffer

Saves the given blocks to an archive. Note: All given block handles must be valid, otherwise this call returns an error.

Return

a string representation of the blocks.

Parameters

blocks

the blocks to save.